1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 <Global.System.Diagnostics.CodeAnalysis.SuppressMessage(
"Microsoft.Naming", "CA1726")> _
3 Partial Class frmLogin
4     Inherits System.Windows.Forms.Form
5
6     
'Form overrides dispose to clean up the component list.
7     <System.Diagnostics.DebuggerNonUserCode()> _
8     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
9         Try
10             If disposing AndAlso components IsNot Nothing Then
11                 components.Dispose()
12             End If
13         Finally
14             MyBase.Dispose(disposing)
15         End Try
16     End Sub
17     Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
18     Friend WithEvents UsernameLabel As System.Windows.Forms.Label
19     Friend WithEvents PasswordLabel As System.Windows.Forms.Label
20     Friend WithEvents UserID As System.Windows.Forms.TextBox
21     Friend WithEvents Password As System.Windows.Forms.TextBox
22     Friend WithEvents OK As System.Windows.Forms.Button
23     Friend WithEvents Cancel As System.Windows.Forms.Button
24
25     
'Required by the Windows Form Designer
26     Private components As System.ComponentModel.IContainer
27
28     
'NOTE: The following procedure is required by the Windows Form Designer
29     
'It can be modified using the Windows Form Designer.
30     
'Do not modify it using the code editor.
31     <System.Diagnostics.DebuggerStepThrough()> _
32     Private Sub InitializeComponent()
33         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogin))
34         Me.UsernameLabel = New System.Windows.Forms.Label()
35         Me.PasswordLabel = New System.Windows.Forms.Label()
36         Me.UserID = New System.Windows.Forms.TextBox()
37         Me.Password = New System.Windows.Forms.TextBox()
38         Me.UserType = New System.Windows.Forms.TextBox()
39         Me.LinkLabel2 = New System.Windows.Forms.LinkLabel()
40         Me.OK = New System.Windows.Forms.Button()
41         Me.Cancel = New System.Windows.Forms.Button()
42         Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
43         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
44         Me.SuspendLayout()
45         
'
46         
'UsernameLabel
47         
'
48         Me.UsernameLabel.Location = New System.Drawing.Point(
172, 24)
49         Me.UsernameLabel.Name =
"UsernameLabel"
50         Me.UsernameLabel.Size = New System.Drawing.Size(
220, 23)
51         Me.UsernameLabel.TabIndex =
0
52         Me.UsernameLabel.Text =
"&User ID"
53         Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
54         
'
55         
'PasswordLabel
56         
'
57         Me.PasswordLabel.Location = New System.Drawing.Point(
172, 67)
58         Me.PasswordLabel.Name =
"PasswordLabel"
59         Me.PasswordLabel.Size = New System.Drawing.Size(
220, 23)
60         Me.PasswordLabel.TabIndex =
2
61         Me.PasswordLabel.Text =
"&Password"
62         Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
63         
'
64         
'UserID
65         
'
66         Me.UserID.Location = New System.Drawing.Point(
174, 44)
67         Me.UserID.Name =
"UserID"
68         Me.UserID.Size = New System.Drawing.Size(
195, 20)
69         Me.UserID.TabIndex =
1
70         
'
71         
'Password
72         
'
73         Me.Password.Location = New System.Drawing.Point(
175, 87)
74         Me.Password.Name =
"Password"
75         Me.Password.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
76         Me.Password.Size = New System.Drawing.Size(
194, 20)
77         Me.Password.TabIndex =
3
78         
'
79         
'UserType
80         
'
81         Me.UserType.Location = New System.Drawing.Point(
289, 12)
82         Me.UserType.Name =
"UserType"
83         Me.UserType.Size = New System.Drawing.Size(
55, 20)
84         Me.UserType.TabIndex =
10
85         Me.UserType.Visible = False
86         
'
87         
'LinkLabel2
88         
'
89         Me.LinkLabel2.AutoSize = True
90         Me.LinkLabel2.BackColor = System.Drawing.Color.Transparent
91         Me.LinkLabel2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
92         Me.LinkLabel2.ForeColor = System.Drawing.SystemColors.ButtonHighlight
93         Me.LinkLabel2.LinkColor = System.Drawing.Color.Black
94         Me.LinkLabel2.Location = New System.Drawing.Point(
172, 167)
95         Me.LinkLabel2.Name =
"LinkLabel2"
96         Me.LinkLabel2.Size = New System.Drawing.Size(
107, 15)
97         Me.LinkLabel2.TabIndex =
11
98         Me.LinkLabel2.TabStop = True
99         Me.LinkLabel2.Text =
"Change Password"
100         
'
101         
'OK
102         
'
103         Me.OK.BackColor = System.Drawing.SystemColors.Control
104         Me.OK.Image = Global.Sales_and_Inventory_System.My.Resources.Resources.Apply_16x16
105         Me.OK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
106         Me.OK.Location = New System.Drawing.Point(
175, 125)
107         Me.OK.Name =
"OK"
108         Me.OK.Size = New System.Drawing.Size(
94, 23)
109         Me.OK.TabIndex =
4
110         Me.OK.Text =
"&OK"
111         Me.OK.UseVisualStyleBackColor = False
112         
'
113         
'Cancel
114         
'
115         Me.Cancel.BackColor = System.Drawing.SystemColors.Control
116         Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
117         Me.Cancel.Image = Global.Sales_and_Inventory_System.My.Resources.Resources.Button_Close_icon__1_
118         Me.Cancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
119         Me.Cancel.Location = New System.Drawing.Point(
275, 125)
120         Me.Cancel.Name =
"Cancel"
121         Me.Cancel.Size = New System.Drawing.Size(
94, 23)
122         Me.Cancel.TabIndex =
5
123         Me.Cancel.Text =
"&Cancel"
124         Me.Cancel.UseVisualStyleBackColor = False
125         
'
126         
'LogoPictureBox
127         
'
128         Me.LogoPictureBox.Image = Global.Sales_and_Inventory_System.My.Resources.Resources.login_512
129         Me.LogoPictureBox.Location = New System.Drawing.Point(
0, 0)
130         Me.LogoPictureBox.Name =
"LogoPictureBox"
131         Me.LogoPictureBox.Size = New System.Drawing.Size(
165, 193)
132         Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
133         Me.LogoPictureBox.TabIndex =
0
134         Me.LogoPictureBox.TabStop = False
135         
'
136         
'frmLogin
137         
'
138         Me.AcceptButton = Me.OK
139         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
140         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
141         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
142         Me.CancelButton = Me.Cancel
143         Me.ClientSize = New System.Drawing.Size(
376, 193)
144         Me.Controls.Add(Me.LinkLabel2)
145         Me.Controls.Add(Me.UserType)
146         Me.Controls.Add(Me.Cancel)
147         Me.Controls.Add(Me.OK)
148         Me.Controls.Add(Me.Password)
149         Me.Controls.Add(Me.UserID)
150         Me.Controls.Add(Me.PasswordLabel)
151         Me.Controls.Add(Me.UsernameLabel)
152         Me.Controls.Add(Me.LogoPictureBox)
153         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
154         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
155         Me.MaximizeBox = False
156         Me.MinimizeBox = False
157         Me.Name =
"frmLogin"
158         Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
159         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
160         Me.Text =
"Login Form"
161         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
162         Me.ResumeLayout(False)
163         Me.PerformLayout()
164
165     End Sub
166     Friend WithEvents UserType As System.Windows.Forms.TextBox
167     Friend WithEvents LinkLabel2 As System.Windows.Forms.LinkLabel
168
169 End Class


Gõ tìm kiếm nhanh...